GET TIME$

This command will return the current clock time as a formatted string.

  Syntax
Return String=GET TIME$()
  Returns

The return value is a string.

  Description

The string contains the time in the format HH:MM:SS. HH indicating the current hour number 00-23, MM indicating the current minute number 00-59 and SS indicating the current second number 00-59.

  Example Code
PRINT GET TIME$()
WAIT KEY
  See also

CORE Commands Menu
Index